func runtime.newInlineUnwinder
11 uses
runtime (current package)
mprof.go#L597: u, uf := newInlineUnwinder(fi, callPC)
preempt.go#L418: u, uf := newInlineUnwinder(f, pc)
symtab.go#L129: u, uf := newInlineUnwinder(funcInfo, pc)
symtab.go#L229: u, uf := newInlineUnwinder(f.funcInfo, f.PC)
symtab.go#L262: u, uf := newInlineUnwinder(f, tracepc)
symtab.go#L741: u, uf := newInlineUnwinder(f, pc)
symtabinl.go#L67: func newInlineUnwinder(f funcInfo, pc uintptr) (inlineUnwinder, inlineFrame) {
traceback.go#L628: for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
traceback.go#L970: for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
traceback.go#L1071: u, uf := newInlineUnwinder(f, pc)
tracestack.go#L318: u, uf := newInlineUnwinder(fi, callPC)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |